Bluedot SDK Docs
Toggle table of contents
17.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Bluedot SDK Docs
Bluedot SDK Docs
/
au.com.bluedot.point.net.engine
/
RequestDto
Request
Dto
data
class
RequestDto
(
val
userId
:
String
,
val
sessionId
:
String
,
val
userQuestion
:
String
,
val
language
:
String
)
Members
Constructors
Request
Dto
Link copied to clipboard
constructor
(
userId
:
String
,
sessionId
:
String
,
userQuestion
:
String
,
language
:
String
)
Properties
language
Link copied to clipboard
val
language
:
String
session
Id
Link copied to clipboard
@
SerializedName
(
value
=
"session_id"
)
val
sessionId
:
String
user
Id
Link copied to clipboard
@
SerializedName
(
value
=
"user_id"
)
val
userId
:
String
user
Question
Link copied to clipboard
@
SerializedName
(
value
=
"user_question"
)
val
userQuestion
:
String